Implementing Campaign Manager - System Management


Adding An AMC Data Report

Generate an AMC Data Audit report and save the resulting Excel spread as a web page.

Procedure

  1. Run the following SQL insert statement:
    INSERT INTO [Client DB].[AL].[NewsIndex]
               ([groupName]
               ,[caption]
               ,[description]
               ,[linkURL]
               ,[videoURL]
               ,[isVideoLibrary]
               ,[videoPreviewImage]
               ,[enabled])
         VALUES
               ('Acme Data Reports',
                'Current Repository Data Volumes',
                'Output from AMc Audit Report for Acme Repository',
                'http://acme.data.reports',
                NULL,
                0,
                NULL,
                1)
    GO
    
    As we included a link for the news item the 'More..' link is displayed. Following the link displays the report.
  Online & Instructor-Led Courses | Training Videos | Webinar Recordings
© Alterian. All Rights Reserved. | Privacy Policy | Legal Notice